xen: arm: stub page_is_ram_type.
authorIan Campbell <ian.campbell@citrix.com>
Wed, 19 Dec 2012 14:16:23 +0000 (14:16 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 19 Dec 2012 14:16:23 +0000 (14:16 +0000)
commit214c4cd94a80bcaf042f25158eaa7d0e5bbc3b5b
tree94fe43794ad62be54b87eaaef315f8a8029a3d9b
parentbf7106ef98f79befe2d17d9f6f12f060fad6a8f0
xen: arm: stub page_is_ram_type.

Callers are VT-d (so x86 specific) and various bits of page offlining
support, which although it looks generic (and is in xen/common) does
things like diving into page_info->count_info which is not generic.

In any case on this is only reachable via XEN_SYSCTL_page_offline_op,
which clearly shouldn't be called on ARM just yet.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/dummy.S
xen/arch/arm/mm.c